home *** CD-ROM | disk | FTP | other *** search
- APSKEL2.C
- APSKEL2.DEF
- APSKEL2.H
- APSKEL2.MAK
- APSKEL2.PRG
- APSKEL2.RSC
-
- This is an application skeleton C GEM interface program written by MAST's
- Bill LeDuc. This was his object programming example program from February's
- Programmers meeting. Check it out. Quite a bit of good code.
-
-
- CB.C
- CB.DOC
- CB.TTP
-
- A ported version of C Beautifier. This program takes a C souce
- code as input and reformat it with several options, including
- indentation, tab space, comment columns, etc. From a command
- shell program type CB with no argument to see instruction. C
- source code included. Make all of your source code beautiful with C
- formatting program.
-
-
- CCHECK.C
- CCHECK.MAN
- CCHECK.TTP
-
- This program runs through a C source file and tells you if your braces are
- all lined up correctly. It will also nail nasty errors like putting one
- '=' where you wanted '==' (It warns you of potential disaster) A nice
- utility that was ported from a VAX. (Compiled with Mark Williams C. Source
- is included). This program is very complete for checking for possible
- errors in C programs.
-